home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / ink1.dir / 00107_Script_107 < prev    next >
Text File  |  1998-08-25  |  184b  |  12 lines

  1. on exitFrame
  2.   if soundbusy (1) then go the frame
  3.   else 
  4.     starttimer
  5.     repeat while the timer < 120
  6.       nothing
  7.     end repeat
  8.     go movie "main"    
  9.   end if
  10. end
  11.  
  12.